Carbon


DisposeScreenBuffer

Header: QDOffscreen.h Carbon status: Supported

Disposes an offscreen graphics world.

void DisposeScreenBuffer (
    PixMapHandle offscreenPixMap
);
Parameter descriptions
offscreenPixMap

A handle to an existing offscreen PixMap structure.

DISCUSSION

Generally, applications do not need to use DisposeScreenBuffer. The DisposeGWorld function uses the DisposeScreenBuffer function when disposing of an offscreen graphics world.

The DisposeScreenBuffer function disposes of the memory allocated for the base address of an offscreen pixel image.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)